home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Header$
- *
- */
-
- /*
- * This is an example-mountlist for the Vector Connection board
- *
- */
-
- /*
- * 1. a standard handler for a serial port . This handler is
- * similar to the SER: handler
- *
- */
-
- VS0:
- Handler = L:vectorser-handler
- StartUp = vectorser/0
- StackSize = 5000
- Priority = 5
- GlobVec = 1
- #
-
- /*
- * 2. a console handler for a Duart-Channel. This handler is
- * similar to the AUX: handler
- *
- */
-
- VSA0:
- Handler = L:vectorser-aux-handler
- StartUp = vectorser/0
- StackSize = 5000
- Priority = 5
- GlobVec = 1
- #
-
- /*
- * 3. a standard handler for a Parallel Port. This handler is
- * similar to the PAR: handler
- *
- */
-
- VP0:
- Handler = L:vectorpar-handler
- StartUp = vectorpar/0
- StackSize = 5000
- Priority = 5
- GlobVec = 1
- #
-
- VP1:
- Handler = L:vectorpar-handler
- StartUp = vectorpar/1
- StackSize = 5000
- Priority = 5
- GlobVec = 1
- #
-